home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / RXCLU66A / BAYCOM.BAT next >
Encoding:
DOS Batch File  |  1997-10-15  |  422 b   |  20 lines

  1. @ECHO OFF
  2.  
  3. REM *** SAMPLE BATCH FILE TO USE RXCLUS WITH A BAYCOM MODEM ***
  4.  
  5. REM With TFX:
  6.  
  7. REM Load TFX (edit if you are not using COM1/IRQ4)
  8. TFX -c:1 -r:4 -b:1200
  9. REM Start RXCLUS
  10. RXCLUS66
  11. REM Unload TFX
  12. TFX -u
  13.  
  14. REM With TFPCX:
  15. REM (to use TFPCX unREM the 3 command lines below and REM all lines above)
  16. REM Replace the 1 below if you are not using COM1
  17. REM TFPCX286 -pcom1
  18. REM RXCLUS66
  19. REM TFPCX286 -u
  20.